home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / progrmng / cmlmcmpw.sit / Caml Light / Lib / printf.mli < prev    next >
Encoding:
Text File  |  1991-05-01  |  145 b   |  6 lines  |  [TEXT/MPS ]

  1. value fprintf: out_channel -> string -> 'a
  2.   and printf: string -> 'a
  3.   and fprint: out_channel -> string -> unit
  4.   and print: string -> unit
  5. ;;
  6.